home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RRRRLLLLEEEECCCCAAAATTTT((((1111)))) 1111 ((((NNNNoooovvvveeeemmmmbbbbeeeerrrr 11112222,,,, 1111999999990000)))) RRRRLLLLEEEECCCCAAAATTTT((((1111))))
-
-
-
- NNNNAAAAMMMMEEEE
- rlecat - concatenate and repeat images.
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- rrrrlllleeeeccccaaaatttt [ ----cccc ] [ ----nnnn _r_e_p_e_a_t-_c_o_u_n_t ] [ ----oooo _o_u_t_f_i_l_e ] [ _f_i_l_e_s ...
- ]
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This program will concatenate all the input _R_L_E(5) images,
- adding titles, and optionally repeating the images a
- specified number of times. For each input file, it copies
- all images to the output file. If an image does not have a
- _t_i_t_l_e or _T_I_T_L_E comment, and the input is not coming from the
- standard input, then the file name (and an image number, if
- it is not the first image in the file) is added as a _T_I_T_L_E
- comment. If the input file were named 'images.rle', the
- first image would be given a comment _T_I_T_L_E=_i_m_a_g_e_s._r_l_e, the
- second would get a comment _T_I_T_L_E=_i_m_a_g_e_s._r_l_e(_2), and so on.
-
- OOOOPPPPTTTTIIIIOOOONNNNSSSS
- ----cccc With ----nnnn, specifies that the output images should be
- "collated". In other words, the repeat sequence will
- be 1 2 3 ... 1 2 3 ... instead of the default of 1 1
- ... 2 2 ... 3 3 ...
-
- ----nnnn _r_e_p_e_a_t-_c_o_u_n_t
- Specifies that each input image should be repeated
- _r_e_p_e_a_t-_c_o_u_n_t times. The "repeat unit" (if ----cccc is
- specified, this is the entire concatenated sequence of
- input images, otherwise it is just each image,
- separately) is written to a temporary file, and then
- copied to the output the requisite number of times.
-
- ----oooo _o_u_t_f_i_l_e
- If specified, the output will be written to this file.
- If _o_u_t_f_i_l_e is "-", or if it is not specified, the
- output will be written to the standard output stream.
-
- _f_i_l_e_s
- The input will be read from these files. If a file
- name is "-", or none are specified, the input will be
- read from the standard input stream.
-
- EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
- rlebg 128 128 128 | rlecat -n 25
- Generates 25 copies of a gray background; useful for
- using _r_l_e_c_o_m_p(1) to put background on an animation
- sequence (with 25 or fewer frames).
-
- rlecat *.rle | <some processing> | getx11
- Adds _T_I_T_L_E comments so the individual images are
- correctly identified by _g_e_t_x_1_1(1).
-
-
-
- Page 1 (printed 12/1/98)
-
-
-
-
-
-
- RRRRLLLLEEEECCCCAAAATTTT((((1111)))) 1111 ((((NNNNoooovvvveeeemmmmbbbbeeeerrrr 11112222,,,, 1111999999990000)))) RRRRLLLLEEEECCCCAAAATTTT((((1111))))
-
-
-
- rlecat -c -r 3 anim*.rle
- Generates an animation with 3 repeats of the action.
-
- rlecat -r 3 anim*.rle
- Generates a "triple-framed" animation - each frame is
- repeated 3 times.
-
- FFFFIIIILLLLEEEESSSS
- /tmp/rlecatXXXXXXXX
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- _r_l_e_a_d_d_c_o_m(1), _r_l_e_h_d_r(1), _u_r_t(1), _R_L_E(5).
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Spencer W. Thomas, University of Michigan
-
- BBBBUUUUGGGGSSSS
- If the /tmp directory is not writable, or if there is not
- sufficient space on /tmp to hold a repeat unit, the program
- will not work correctly.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 12/1/98)
-
-
-
-